Installation
Download
Download the Dev SDK file and include it in your project:
Download ministore-sdk.jsVia a script tag
<script src="/path/ministore-sdk.js"></script>
<!-- MiniStoreSDK is now on window -->
Then use the SDK functions:
const { giftmeMakePayment, giftmeGetAuthCode, isMiniStoreContext } =
window.MiniStoreSDK;